home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17157 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: sydney.DIALix.oz.au!not-for-mail
  2. From: jussi@sydney.DIALix.oz.au (Jussi Jumppanen)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q] How to implement VersionInfo in an .EXE-file?
  5. Date: 14 Apr 1996 11:46:23 +1000
  6. Organization: DIALix Services, Sydney, Australia.
  7. Sender: jussi@sydney.DIALix.oz.au
  8. Message-ID: <4kpldf$em3$1@sydney.DIALix.oz.au>
  9. References: <4km4m1$dsf@merkurius.lu.se>
  10. NNTP-Posting-Host: jussi@sydney.dialix.oz.au
  11.  
  12. Peter Rundqvist (svp95bos@lustudat.student.lu.se) wrote:
  13. : Does anyone know how to implement VersionInfo in an .EXE-file?
  14. :
  15.  
  16. There is an example of this on the Microsoft Developer CD call
  17. ver.c if I remember correctly. This means it is probably also on 
  18. the Microsoft ftp site (I think it is ftp.mocrosoft.com).
  19.  
  20. : Does one HAVE to use for instance a c/c++ IDE or the RC-compiler?
  21.  
  22. You add stuff to special RC constructs, but you will need a fairly
  23. recent RC compiler for the stuff to compile.
  24.  
  25. /---------------------------------------------------------------------/
  26. /- Jussi Jumppanen (jussi@sydney.dialix.oz.au)                       -/
  27. /---------------------------------------------------------------------/
  28. /- Author of: Zeus for Windows, Win32 (Brief, WordStar Clone) Editor -/
  29. /-   "Zeus - the ultimate windows development environment"           -/
  30. /-    SimTel.Coast.NET:/SimTel/nt/editor/ze32v200.zip                -/
  31. /-    SimTel.Coast.NET:/SimTel/win3/editor/zeusv200.zip              -/
  32. /-    http://www.coast.net/SimTel/SimTel/win3/editor/zeusv200.zip    -/
  33. /---------------------------------------------------------------------/
  34.